/* by whx.me QQ4736899 at 2023.12.12 */
.x_w {
	width: 1200px;
	margin: 0 auto;
}

a:hover {
	color: #C00;
}

.x_ww {
	width: 1800px;
	margin: 0 auto;
}

body {
	/* background-image: url(1.jpg); */
	background: #EEEFF3;
}

.jin-top {
	height: 470px;
	position: relative;
	background-image: url(top2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #08276f;
}

.top-banner {
	height: 470px;
	display: flex;
}

.logo {
	padding: 50px 0 0 50px;
}

.top-tt {
	flex: 1;
	padding-top: 50px;
	padding-left: 30px;
	background-image: url(xingxing.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.top-lang {
	color: #fff;
	text-align: right;
	padding-right: 50%;
}

.top-lang a {
	font-size: 16px;
	color: #fff;
}

.jin-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100px;
	background: rgba(0, 0, 0, 0.2);
}

.nav-box li {
	float: left;
	width: 12.5%;
	text-align: center;
}

.jin-nav li {
	padding-top: 20px;
}

.nav-box li a {
	width: 100%;
	display: inline-block;
	color: #fff;
	line-height: 24px;
	font-size: 16px;
	border-right: 1px dotted #fff;
}

.nav-box li a:hover {
	color: #C00;
}

.nav-box li:last-child a {
	border-right: none;
}

.main {
	min-height: 200px;
	background-color: #fff;
	margin-top: -40px;
	padding: 30px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.news-about {
	margin-bottom: 30px;
}

.news-box {
	margin-right: 20px;
}

.news-hd {
	line-height: 40px;
	height: 40px;
	font-size: 20px;
	border-bottom: 1px solid #DAD9D9;
	padding-left: 50px;
	margin-bottom: 20px;
}

.news-about .hd {
	position: relative;
}

.news-about .hd i {
	display: inline-block;
	background-position: center;
	position: absolute;
	left: 0;
}

.news-hd i {
	height: 40px;
	width: 40px;
	background-size: 50px;
	background-repeat: no-repeat;
	background-image: url(news.png);
}

.news-hd-more {
	position: absolute;
	right: 0;
	font-size: 10px;
}

.news-hd b {
	display: inline-block;
	padding: 0 20px;
	border: 1px solid #DAD9D9;
	border-bottom: none;
	margin-bottom: -1px;
	background: linear-gradient(to bottom, #E8F5FB, #ffffff);
}

.news-bd .item {
	margin-bottom: 10px;
	font-size: 16px;
	display: flex;
}

.news-bd .item a {
	display: block;
	flex: 1;
}

.news-bd .item span {
	color: #b0b0b0;
	font-size: 12px;
}

.about-box {
	border: 1px dotted #D5D5D5;
	padding: 0 20px 20px 20px;
	margin-left: 20px;
	position: relative;
}

.about-hd {
	line-height: 50px;
	font-size: 20px;
	height: 50px;
	padding-left: 120px;
}

.about-hd i {
	height: 40px;
	width: 110px;
	background-size: 22px;
	background-repeat: repeat-x;
	background-image: url(xz.png);
	top: 5px;
}

.about-hd b {
	color: #d34f23;
}

.about-hd span {
	color: #b8b7b7;
	font-size: 12px;
}

.about-bd {
	padding-left: 90px;
	text-indent: 2em;
	line-height: 40px;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
}

.about-bd-water {
	position: absolute;
	width: 120px;
	height: 200px;
	left: -20px;
	top: 30px;
	background-image: url(sd.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 120px;

}

.event-hd {
	padding: 10px 0 10px 50px;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	background: linear-gradient(to right, #E0EEFB, #EEF2F4);
	position: relative;
}

.event-hd i {
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(pic1.png);
	background-size: 30px;
	left: 10px;
}

.event-bd {
    margin-bottom: 15px;
	border: #f8f8f8 1px solid;
}

.txt-hd {
	font-size: 20px;
	font-weight: 700;
	padding: 10px 0;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: left center;
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 15px;
	margin-right: 20px;
}

.txt-hd-value {
	background-image: url(index1.png);
}

.txt-hd-wish {
	background-image: url(index2.png);
}

.txt-hd-contact {
	background-image: url(index3.png);
}

.txt-bd p {
	margin-bottom: 2px;
	font-size: 15px;
}

.wish-txt p {
	text-indent: 2em;
}

.wish-txt {
	padding: 0 60px 0 0;
}

.txt-more {
	text-align: right;
	padding: 10px 15px;
}

.txt-more a {
	color: #017AA5;
}

.main-foot {
	border-radius: 5px;
	box-shadow: 0 1px 5px rgba(136, 136, 136, .8);
}

/* foot */
.foot {
	display: flex;
	padding: 20px;
	background-color: #E0EEFB;
	border-top: #cdcdcd 1px solid;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.ft-menu {
	display: flex;
	flex: 1;
	background-image: url(foot-world.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 10px 100px 20px 60px;
}

.ft-menu .item {
	flex: 1;
	font-size: 16px;
}

.ft-menu .item li:first-child {
	font-weight: bold;
	margin-bottom: 10px;
}

.ft-logo {
	padding: 10px 60px 20px 20px;
	border-right: #cdcdcd 1px solid;
}

.foot-txt {
	padding: 30px;
	display: flex;
}

.foot-txt .item {
	flex: 1;
}

.beian {
	text-align: right;
}


.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	max-width: 100%;
}

.swipr-item .tt {
	line-height: 40px;
}


/* page */
.jin-page-top {
	height: 200px;
	background-image: url(pageTop.jpg);
}

.jin-page-nav {
	background-color: rgb(24, 89, 154);
	border-radius: 5px;
	/* margin-bottom: 10px; */
	margin-left: 115px;
}

.jin-page-nav li {
	padding: 10px 0;
}


.page.main {
	/* padding: 40px; */
	padding-bottom: 0;
}

.side-hd {
	border-bottom: 1px dotted #b0b0b0;
	line-height: 50px;
	font-size: 16px;
	margin-bottom: 15px;
	padding-left: 50px;
	background-image: url(side-menu.png);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: 2px 5px;
	font-weight: 600;
}

.sideCell {
	margin-right: 15px;
}

.side-menu a {
	border: #EBEBEB solid 1px;
	display: block;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 5px;
	line-height: 36px;
	background-color: #FDFDFD;
	background-image: url(sjt.png);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: 10px 12px;
}

.side-menu li.now a,
.side-menu a:hover {
	background-color: #A3CCF2;
	background-image: url(sjt2.png);
	color: #222;
	font-weight: 600;
}

.page-main {
	padding-left: 30px;
	min-height: 300px;
	border-left: 1px solid #D8D8D8;
	overflow: hidden;
}

.pm-pos {
	background-image: url(jt3.png);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: 0 5px;
	height: 40px;
	line-height: 40px;
	padding-left: 50px;
	border-bottom: 1px dotted #D8D8D8;
}

.pm-content {
	padding: 20px;
}

.pm-content p,
.news-content p {
	text-indent: 2em;
	margin-bottom: 10px;
	font-size: 16px;
}
.pm-content p > img,
.news-content p > img {
	margin-left: -2em;
}
.pm-content img,
.news-content img{
    max-width: 100%;
}
.news-box {
	padding: 20px;
}

.news-tt {
	padding: 15px 0;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.news-tt h1{
  font-size: 22px; 
}

.news-info {
	background-color: #F0F0F0;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 15px;
}

.list-top {
	display: flex;
	margin: 15px 0;
	border: 1px #eeeeee solid;
	background: #f0f0f0;
	padding: 0 20px;
	line-height: 30px;
}

.list-top .tt {
	flex: 1;
}

.list-ul {
	padding: 0 20px;
}

.list-li {
	display: flex;
	line-height: 40px;
	position: relative;
}

.list-li::before {
	content: '';
	display: block;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	background: #000;
	position: absolute;
	top: 17px;
	left: -15px;

}

.list-li::marker {
	color: red;
	content: '★';
}

.list-link {
	flex: 1;
	font-size: 16px;
}

.list-link:hover {
	color: #027BA6;
	font-weight: 600;
}



.pic-box {
	padding: 20px;
}

.pic-box .pic {
	border: 1px #eeeeee solid;
	padding: 5px;
	background: #ffffff;
	margin-right: 3px;
	
}
.pic-box .pic img{
    display: block;
    width: 100%;
}
.pic-img {
	max-width: 100%;
}

.pic-tt {
	display: block;
	text-align: center;
	border: 1px #eeeeee solid;
	padding: 2px;
	background: #f7f7f7;
	margin-right: 3px;
	margin-bottom: 3px;
}
/*分页*/
#pages { padding:14px 0; text-align: center; font-family:宋体 }
#pages a { display:inline-block; width:30px; height:30px; line-height:30px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333}
#pages a.a1 { background:url(../images/pages.png) no-repeat 0 5px; width:56px; }
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none; }
#pages span { display:inline-block; width:30px; height:30px; line-height:30px; background:#5a85b2; border:1px solid #5a85b2; color:#fff; text-align:center; }
.page .noPage { display:inline-block; width:56px; height:30px; line-height:30px; background:url(../img/icu/titleBg.png) repeat-x 0 -55px ; border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }
.swiper-item .tt{
    display: block;
    background: #fcfcfc;
    line-height: 40px;
    font-size: 14px
